3.1 \(\int \frac {x^2}{(-1+x)^2 (1+x)^2} \, dx\)

Optimal. Leaf size=21 \[ \frac {x}{2 \left (1-x^2\right )}-\frac {1}{2} \tanh ^{-1}(x) \]

[Out]

1/2*x/(-x^2+1)-1/2*arctanh(x)

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 21, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 14, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.214, Rules used = {73, 288, 207} \[ \frac {x}{2 \left (1-x^2\right )}-\frac {1}{2} \tanh ^{-1}(x) \]

Antiderivative was successfully verified.

[In]

Int[x^2/((-1 + x)^2*(1 + x)^2),x]

[Out]

x/(2*(1 - x^2)) - ArcTanh[x]/2

Rule 73

Int[((a_) + (b_.)*(x_))^(m_.)*((c_) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Int[(a*c + b*
d*x^2)^m*(e + f*x)^p, x] /; FreeQ[{a, b, c, d, e, f, m, n, p}, x] && EqQ[b*c + a*d, 0] && EqQ[n, m] && Integer
Q[m]

Rule 207

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> -Simp[ArcTanh[(Rt[b, 2]*x)/Rt[-a, 2]]/(Rt[-a, 2]*Rt[b, 2]), x] /;
 FreeQ[{a, b}, x] && NegQ[a/b] && (LtQ[a, 0] || GtQ[b, 0])

Rule 288

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(c^(n - 1)*(c*x)^(m - n + 1)*(a + b*x^
n)^(p + 1))/(b*n*(p + 1)), x] - Dist[(c^n*(m - n + 1))/(b*n*(p + 1)), Int[(c*x)^(m - n)*(a + b*x^n)^(p + 1), x
], x] /; FreeQ[{a, b, c}, x] && IGtQ[n, 0] && LtQ[p, -1] && GtQ[m + 1, n] &&  !ILtQ[(m + n*(p + 1) + 1)/n, 0]
&& IntBinomialQ[a, b, c, n, m, p, x]

Rubi steps

\begin {align*} \int \frac {x^2}{(-1+x)^2 (1+x)^2} \, dx &=\int \frac {x^2}{\left (-1+x^2\right )^2} \, dx\\ &=\frac {x}{2 \left (1-x^2\right )}+\frac {1}{2} \int \frac {1}{-1+x^2} \, dx\\ &=\frac {x}{2 \left (1-x^2\right )}-\frac {1}{2} \tanh ^{-1}(x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 27, normalized size = 1.29 \[ \frac {1}{4} \left (-\frac {2 x}{x^2-1}+\log (1-x)-\log (x+1)\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[x^2/((-1 + x)^2*(1 + x)^2),x]

[Out]

((-2*x)/(-1 + x^2) + Log[1 - x] - Log[1 + x])/4

________________________________________________________________________________________

fricas [B]  time = 0.50, size = 34, normalized size = 1.62 \[ -\frac {{\left (x^{2} - 1\right )} \log \left (x + 1\right ) - {\left (x^{2} - 1\right )} \log \left (x - 1\right ) + 2 \, x}{4 \, {\left (x^{2} - 1\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2/(-1+x)^2/(1+x)^2,x, algorithm="fricas")

[Out]

-1/4*((x^2 - 1)*log(x + 1) - (x^2 - 1)*log(x - 1) + 2*x)/(x^2 - 1)

________________________________________________________________________________________

giac [B]  time = 1.12, size = 34, normalized size = 1.62 \[ -\frac {1}{4 \, {\left (x + 1\right )}} + \frac {1}{8 \, {\left (\frac {2}{x + 1} - 1\right )}} + \frac {1}{4} \, \log \left ({\left | -\frac {2}{x + 1} + 1 \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2/(-1+x)^2/(1+x)^2,x, algorithm="giac")

[Out]

-1/4/(x + 1) + 1/8/(2/(x + 1) - 1) + 1/4*log(abs(-2/(x + 1) + 1))

________________________________________________________________________________________

maple [A]  time = 0.01, size = 28, normalized size = 1.33 \[ \frac {\ln \left (x -1\right )}{4}-\frac {\ln \left (x +1\right )}{4}-\frac {1}{4 \left (x +1\right )}-\frac {1}{4 \left (x -1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2/(x-1)^2/(x+1)^2,x)

[Out]

-1/4/(x+1)-1/4*ln(x+1)-1/4/(x-1)+1/4*ln(x-1)

________________________________________________________________________________________

maxima [A]  time = 1.08, size = 23, normalized size = 1.10 \[ -\frac {x}{2 \, {\left (x^{2} - 1\right )}} - \frac {1}{4} \, \log \left (x + 1\right ) + \frac {1}{4} \, \log \left (x - 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2/(-1+x)^2/(1+x)^2,x, algorithm="maxima")

[Out]

-1/2*x/(x^2 - 1) - 1/4*log(x + 1) + 1/4*log(x - 1)

________________________________________________________________________________________

mupad [B]  time = 0.04, size = 17, normalized size = 0.81 \[ -\frac {\mathrm {atanh}\relax (x)}{2}-\frac {x}{2\,\left (x^2-1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2/((x - 1)^2*(x + 1)^2),x)

[Out]

- atanh(x)/2 - x/(2*(x^2 - 1))

________________________________________________________________________________________

sympy [A]  time = 0.15, size = 20, normalized size = 0.95 \[ - \frac {x}{2 x^{2} - 2} + \frac {\log {\left (x - 1 \right )}}{4} - \frac {\log {\left (x + 1 \right )}}{4} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**2/(-1+x)**2/(1+x)**2,x)

[Out]

-x/(2*x**2 - 2) + log(x - 1)/4 - log(x + 1)/4

________________________________________________________________________________________